home *** CD-ROM | disk | FTP | other *** search
/ Xenosoft 2 / Xenosoft 2 (Game collection)(1994).iso / games / warlord2.arj / WARLORD2 / WAR2.BAT < prev    next >
DOS Batch File  |  1993-06-28  |  211b  |  16 lines

  1. @echo off
  2. if exist war2.ini goto doneinit
  3.         echo 1 >war2.ini
  4.         install
  5. :doneinit
  6.  
  7. if "%1" == ""      goto startit
  8. goto donestart
  9. :startit
  10. start
  11. :donestart
  12.  
  13. warlord2 %1 %2 %3 %4
  14. echo on
  15.  
  16.